Description
Initialize a Seam context (including Conversation if needed) and runs an Operation
Operation id | Seam.RunOperation |
Aliases | WebUI.RunOperationInSeam
|
Category | User Interface |
Label | Run operation in Seam Context |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | object |
Implementation Information
JSON Definition
{
"id" : "Seam.RunOperation",
"aliases" : [ "WebUI.RunOperationInSeam" ],
"label" : "Run operation in Seam Context",
"category" : "User Interface",
"requires" : null,
"description" : "Initialize a Seam context (including Conversation if needed) and runs an Operation",
"url" : "Seam.RunOperation",
"signature" : [ "void", "object" ],
"params" : [ {
"name" : "id",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "conversationId",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "isolate",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "false" ]
} ]
}